06. Quiz: Add an Instructor

Squawker Code

The code for this app can be found in the Squawker repository. Download this repository using the command:

git clone https://github.com/udacity/AdvancedAndroid_Squawker.git

If you need a refresher on how the code is organized, please refer to the concept where we introduced how to work with the course code.

Exercise Code

Exercise: TFCM.00-StartingCode

Let’s say that you want to add yourself as a new instructor to Squawker. What classes or xml files would you need to change on the client side to do this? Check all that apply

SOLUTION:
  • `SquawkAdapter.java`
  • `SquawkContract.java`
  • `following_squawker.xml`
  • `strings.xml`